@charset "utf-8";
/*以下是关于弹窗的样式*/
.modal-title {
    background: #eee;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
	border-bottom: 1px solid #ccc;
}
.close-pos-r-t {
	position: absolute;
    width: 30px;
    height: 30px;
	line-height: 30px;
	text-align: center;
    top: 0;
    right: 0;
}
.modal-close {
  cursor: pointer;
}
.text-border {
  border: #e5e5e5 solid 1px;
  background: #fff;
  font-size: 14px;
  color: #333;
  padding: 6px 12px;
}
.modal-promot-mess {
  margin: 13px 0;
  padding: 13px 25px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.insure-btn-con {
  text-align: right;
}
.insure-btn-con span {
  display: inline-block;
  margin-right: 20px;
}
.insure-btn-con .sure-btn {
  padding: 6px 15px;
  color: white;
  cursor: pointer;
  background-color: #4b8df8;
  border: 1px solid #4b8df8;
}
.insure-btn-con .cancel-btn {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px 15px;
  cursor: pointer;
}
